- update or delete
- обновление или удаление
English-Russian SQL Server dictionary. 2013.
English-Russian SQL Server dictionary. 2013.
Create, read, update and delete — In computer programming, create, read, update and delete (CRUD) are the four basic functions of persistent storage.[1] Sometimes CRUD is expanded with the words retrieve instead of read or destroy instead of delete. It is also sometimes used to… … Wikipedia
DELETE — DELETE в языках, подобных SQL, DML операция удаления записей из таблицы. Критерий отбора записей для удаления определяется выражением where. В случае, если критерий отбора не определён, выполняется удаление всех записей. В СУБД,… … Википедия
Update (SQL) — Правильный заголовок этой статьи UPDATE. Он показан некорректно из за технических ограничений. Для улучшения этой статьи желательно … Википедия
Delete (SQL) — У этого термина существуют и другие значения, см. Delete. DELETE в языках, подобных SQL, DML операция удаления записей из таблицы. Критерий отбора записей для удаления определяется выражением where. В случае, если критерий отбора не… … Википедия
Update (Datenbank) — Ein Update ist bei einem Datenbanksystem ein schreibender, Daten verändernder Zugriff auf die Datenbank. Das Update ist damit Teil der Data Manipulation Language. Dazu muss von einem Datenbankmanagementsystem der physikalische Speicher, auf dem… … Deutsch Wikipedia
Update-Anomalie — In der Informatik bezeichnen Anomalien in relationalen Datenbanken Fehlverhalten der Datenbank. Sie entstehen durch nicht regelkonforme Datenstrukturen, die von der Verletzung von Normalisierungsregeln herrühren und führen zu fehlerhaften bzw.… … Deutsch Wikipedia
Delete (SQL) — In the database structured query language (SQL), the DELETE statement removes one or more records from a table. A subset may be defined for deletion using a condition, otherwise all records are removed.[1] Contents 1 Usage 2 Examples 3 … Wikipedia
Read-copy-update — (RCU) is an operating system kernel technology for improving performance on computers with more than one CPU.More technically it is a synchronization mechanism which can sometimes be used as an alternative to a readers writer lock. It allows… … Wikipedia
Control-Alt-Delete — This article is about the keyboard combination. For a list of keyboard shortcuts, see Table of keyboard shortcuts. For other uses, see Control Alt Delete (disambiguation). The keys Control Alt Delete highlighted on a QWERTY keyboard. Control Alt… … Wikipedia
Database trigger — A database trigger is procedural code that is automatically executed in response to certain events on a particular table or view in a database. The trigger is mostly used for keeping the integrity of the information on the database. For example,… … Wikipedia
SQL-92 — SQL (das Kürzel für Structured Query Language; offizielle Aussprache [ɛskjuːˈɛl], häufig auch [ˈsiːkwəl] →SEQUEL), ist eine Datenbanksprache zur Definition, Abfrage und Manipulation von Daten in relationalen Datenbanken. SQL ist von ANSI und ISO… … Deutsch Wikipedia